Skip to content

Remove fork-only Renovate pipeline merged upstream by mistake - #86

Merged
turegjorup merged 1 commit into
developfrom
fix/remove-fork-renovate-pipeline
Jun 8, 2026
Merged

Remove fork-only Renovate pipeline merged upstream by mistake#86
turegjorup merged 1 commit into
developfrom
fix/remove-fork-renovate-pipeline

Conversation

@turegjorup

Copy link
Copy Markdown
Contributor

What

PR #82 (turegjorup/feat/renovate-auto-patch) was a Phase 1 fork-validation branch that should have stayed on the fork. It was merged into upstream develop (f4c8520), bringing fork-only CI plumbing into the org repo.

This PR removes that content from develop:

  • Delete renovate.json
  • Delete .github/workflows/renovate.yaml
  • Delete .github/workflows/auto-release.yaml
  • Delete .github/scripts/renovate-changelog.sh
  • Restore the Codecov upload step in .github/workflows/pr.yaml (the fork had commented it out because it has no CODECOV_TOKEN)

Why

These files configure a fork-specific Renovate auto-patch / auto-release flow and were never intended for upstream. RENOVATE_PLAN.md was already removed in a later commit and is not in the tree.

Notes

  • Non-destructive cleanup — no history rewrite / force-push.
  • The Codecov action is restored at @v5 (its pre-fork state); a separate branch upgrades it to v7.
  • No CHANGELOG entry added per request (the original renovate CHANGELOG line was already dropped during a release merge).

🤖 Generated with Claude Code

PR #82 (turegjorup/feat/renovate-auto-patch) was a Phase 1 fork-validation
branch that should have stayed on the fork. It was merged into upstream
develop, bringing the Renovate auto-patch/auto-release pipeline and a
fork-specific change that commented out the Codecov upload step.

Remove the fork-only files (renovate.json, renovate + auto-release
workflows, renovate-changelog.sh) and restore the Codecov upload step in
pr.yaml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@turegjorup
turegjorup merged commit d6dede9 into develop Jun 8, 2026
5 of 7 checks passed
@turegjorup
turegjorup deleted the fix/remove-fork-renovate-pipeline branch June 8, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant